github.com/refraction-networking/utls.serverHelloMsg.compressionMethod (field)
11 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L911: if hs.serverHello.compressionMethod != compressionNone {
handshake_client_tls13.go#L216: if hs.serverHello.compressionMethod != compressionNone {
handshake_messages.go#L756: compressionMethod uint8
handshake_messages.go#L894: b.AddUint8(m.compressionMethod)
handshake_messages.go#L914: !s.ReadUint8(&m.compressionMethod) {
handshake_server.go#L253: hs.hello.compressionMethod = compressionNone
handshake_server_tls13.go#L177: hs.hello.compressionMethod = compressionNone
handshake_server_tls13.go#L564: compressionMethod: hs.hello.compressionMethod,
u_public.go#L305: compressionMethod: shm.CompressionMethod,
u_public.go#L335: CompressionMethod: shm.compressionMethod,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |